home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / graphics / graphint.inc < prev    next >
Text File  |  1998-06-24  |  124b  |  11 lines

  1. include "inc/exec/nodes.inc";
  2.  
  3. struct Isrvstr is
  4.   is_Node:Node;
  5.   Iptr:ulong;
  6.   code:ulong;
  7.   ccode:ulong;
  8.   Carg:long;
  9. ;
  10.  
  11.